home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga Games 1
/
Giga Games.iso
/
net
/
go
/
prog
/
nextgo23.taz
/
nextgo23
/
NeXTGo
/
history.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-02-09
|
169 b
|
13 lines
#include "comment.header"
#ifndef _game_history_
#define _game_history_
typedef struct {
int color, x, y;
} gameHistory;
extern gameHistory gameMoves[500];
#endif